projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d51861e
)
Disable build features constant
author
Felix Krull
<f_krull@gmx.de>
Wed, 28 Aug 2019 21:20:15 +0000
(23:20 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/conf/ostree-sys.toml
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/conf/ostree-sys.toml
b/rust-bindings/rust/conf/ostree-sys.toml
index 092893187c34ee99224b0520d25defa9568f3473..d3ac4ba528737e269f1186bd7f8ba4c84a85f5b3 100644
(file)
--- a/
rust-bindings/rust/conf/ostree-sys.toml
+++ b/
rust-bindings/rust/conf/ostree-sys.toml
@@
-27,6
+27,9
@@
ignore = [
"OSTree.VERSION",
"OSTree.VERSION_S",
"OSTree.YEAR_VERSION",
+
+ # build-dependent constants
+ "OSTree.BUILT_FEATURES",
]
girs_dir = "../gir-files"